NetworkSurfaceFlow Derived Type

type, public :: NetworkSurfaceFlow


Components

Type Visibility Attributes Name Initial
type(ReachSurfaceFlow), public, POINTER :: branch(:)
integer, public :: nreach

Source Code

TYPE NetworkSurfaceFlow
	TYPE(ReachSurfaceFlow),POINTER :: branch (:)
	INTEGER :: nreach
END TYPE NetworkSurfaceFlow